home *** CD-ROM | disk | FTP | other *** search
- /*
- * DO NOT EDIT. THIS FILE IS GENERATED FROM nsIDOMSVGMetadataElement.idl
- */
-
- #ifndef __gen_nsIDOMSVGMetadataElement_h__
- #define __gen_nsIDOMSVGMetadataElement_h__
-
-
- #ifndef __gen_nsIDOMSVGElement_h__
- #include "nsIDOMSVGElement.h"
- #endif
-
- /* For IDL files that don't want to include root IDL files. */
- #ifndef NS_NO_VTABLE
- #define NS_NO_VTABLE
- #endif
-
- /* starting interface: nsIDOMSVGMetadataElement */
- #define NS_IDOMSVGMETADATAELEMENT_IID_STR "94558064-140c-41a1-9cc9-4e9cdbf5c124"
-
- #define NS_IDOMSVGMETADATAELEMENT_IID \
- {0x94558064, 0x140c, 0x41a1, \
- { 0x9c, 0xc9, 0x4e, 0x9c, 0xdb, 0xf5, 0xc1, 0x24 }}
-
- class NS_NO_VTABLE nsIDOMSVGMetadataElement : public nsIDOMSVGElement {
- public:
-
- NS_DEFINE_STATIC_IID_ACCESSOR(NS_IDOMSVGMETADATAELEMENT_IID)
-
- };
-
- /* Use this macro when declaring classes that implement this interface. */
- #define NS_DECL_NSIDOMSVGMETADATAELEMENT \
- /* no methods! */
-
- /* Use this macro to declare functions that forward the behavior of this interface to another object. */
- #define NS_FORWARD_NSIDOMSVGMETADATAELEMENT(_to) \
- /* no methods! */
-
- /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
- #define NS_FORWARD_SAFE_NSIDOMSVGMETADATAELEMENT(_to) \
- /* no methods! */
-
- #if 0
- /* Use the code below as a template for the implementation class for this interface. */
-
- /* Header file */
- class nsDOMSVGMetadataElement : public nsIDOMSVGMetadataElement
- {
- public:
- NS_DECL_ISUPPORTS
- NS_DECL_NSIDOMSVGMETADATAELEMENT
-
- nsDOMSVGMetadataElement();
-
- private:
- ~nsDOMSVGMetadataElement();
-
- protected:
- /* additional members */
- };
-
- /* Implementation file */
- NS_IMPL_ISUPPORTS1(nsDOMSVGMetadataElement, nsIDOMSVGMetadataElement)
-
- nsDOMSVGMetadataElement::nsDOMSVGMetadataElement()
- {
- /* member initializers and constructor code */
- }
-
- nsDOMSVGMetadataElement::~nsDOMSVGMetadataElement()
- {
- /* destructor code */
- }
-
- /* End of implementation class template. */
- #endif
-
-
- #endif /* __gen_nsIDOMSVGMetadataElement_h__ */
-